/*common use*/

* {
	margin: 0;
	padding: 0;
	font-family: Microsoft YaHei;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

.cls {
	clear: both;
}

table {
	border-collapse: collapse;
	border: none;
}

img {
	border: 0;
}

input,
textarea,
select {
	outline: none;
}

body {
	background: #fff;
}

.clr_b {
	color: #31a0e7;
}

.clr_c {
	color: #ccc;
}

.clr_6 {
	color: #666;
}

.clr_0 {
	color: #000;
}

.clr_3 {
	color: #333;
}

.clr_9 {
	color: #999;
}

.clr_8 {
	color: #888;
}

.clr_f {
	color: #fff;
}

.clr_r {
	color: #c62514;
}

.clr_5 {
	color: #555;
}

.clr_85 {
	color: #858585;
}

.clr_a {
	color: #aaa;
}

.clr_ora {
	color: #ff4a48;
}

.clr_g {
	color: #4eb190;
}

.clr_g2 {
	color: #24785b;
}

.clr_y {
	color: #d28d02;
}

.f_10 {
	font-size: 10px;
}

.f_12 {
	font-size: 12px;
}

.f_13 {
	font-size: 13px;
}

.f_14 {
	font-size: 14px;
}

.f_15 {
	font-size: 15px;
}

.f_16 {
	font-size: 16px;
}

.f_18 {
	font-size: 18px;
}

.f_20 {
	font-size: 20px;
}

.f_22 {
	font-size: 22px;
}

.f_24 {
	font-size: 24px;
}

.f_26 {
	font-size: 26px;
}

.f_30 {
	font-size: 30px;
}

.f_28 {
	font-size: 28px;
}

.f_32 {
	font-size: 32px;
}

.f_34 {
	font-size: 34px;
}

.f_36 {
	font-size: 36px;
}

.f_40 {
	font-size: 40px;
}

.f_wei {
	font-weight: bold;
}

.f_norm {
	font-weight: normal;
}

.f_yahei {
	font-family: Microsoft YaHei;
}

.al_lt {
	text-align: left;
}

.al_rt {
	text-align: right;
}

.al_ct {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ver_mid {
	vertical-align: middle;
}

.ver_top {
	vertical-align: top;
}

.ver_bot {
	vertical-align: bottom;
}

.opa8 {
	opacity: 0.8;
}

.opa8h:hover {
	opacity: 0.8;
}

.overh {
	overflow: hidden;
}

.mt_5 {
	margin-top: 5px;
}

.mt_10 {
	margin-top: 10px;
}

.mt_15 {
	margin-top: 15px;
}

.mt_25 {
	margin-top: 25px;
}

.mt_20 {
	margin-top: 20px;
}

.mt_30 {
	margin-top: 30px;
}

.mt_35 {
	margin-top: 35px;
}

.mt_40 {
	margin-top: 40px;
}

.mt_50 {
	margin-top: 50px;
}

.mt_60 {
	margin-top: 60px;
}

.mt_70 {
	margin-top: 70px;
}

.mt_80 {
	margin-top: 80px;
}

.mt_90 {
	margin-top: 90px;
}

.mt_100 {
	margin-top: 100px;
}

.lh_22 {
	line-height: 22px;
}

.lh_24 {
	line-height: 24px;
}

.lh_26 {
	line-height: 26px;
}

.lh_28 {
	line-height: 28px;
}

.lh_30 {
	line-height: 30px;
}

.lh_32 {
	line-height: 32px;
}

.lh_36 {
	line-height: 36px;
}

.lh_40 {
	line-height: 40px;
}

.tran {
	transition: all .3s;
}

.dis_n {
	display: none;
}

.dis_b {
	display: block;
}

.pos_rela {
	position: relative;
}

.pos_abso {
	position: absolute;
}

.bg_f {
	background: #FFF;
}

.bg_b {
	background: #007cc2;
}

.bg_g {
	background: #3bc293;
}

.bg_0 {
	background: #000;
}

.bg_f5 {
	background: #f5f5f5;
}

.bg_f7 {
	background: #f7f7f7;
}

.bg_f8 {
	background: #f8f8f8;
}

.bg_9 {
	background: #999;
}

.bg_r {
	background: #c62514;
}

.bg_ora {
	background: #ff4a48;
}

.gray_img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.zm1 {
	zoom: 1;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.holder::-webkit-input-placeholder {
	color: #fff;
}

.holder::-moz-placeholder {
	color: #fff;
}

.holder:-moz-placeholder {
	color: #fff;
}

.holder:-ms-input-placeholder {
	color: #fff;
}

.scaleX:hover {
	transform: scale(1.1);
	transition: all .3s;
}

.m_auto {
	margin: 0 auto;
	min-width: 1200px;
	width: 1200px;
}

.pad_10 {
	padding: 10px;
}

.padt_10 {
	padding: 10px 0;
}

.padl_10 {
	padding: 0 10px;
}

.pad_15 {
	padding: 15px;
}

.padt_15 {
	padding: 15px 0;
}

.padl_15 {
	padding: 0 15px;
}

.pad_20 {
	padding: 20px;
}

.padt_20 {
	padding: 20px 0;
}

.padl_20 {
	padding: 0 20px;
}

.pad_30 {
	padding: 30px;
}

.padt_30 {
	padding: 30px 0;
}

.padl_30 {
	padding: 0 30px;
}

.pad_3020 {
	padding: 30px 20px;
}

.pad_2030 {
	padding: 20px 30px;
}

.rad20 {
	border-radius: 20px;
}

.rad10 {
	border-radius: 10px;
}

.rad5 {
	border-radius: 5px;
}

.ml_10 {
	margin-left: 10px;
}

.mr_10 {
	margin-right: 10px;
}

.ml_20 {
	margin-left: 20px;
}

.mr_20 {
	margin-right: 20px;
}

.ml_30 {
	margin-left: 30px;
}

.mr_30 {
	margin-right: 30px;
}

.borderbot1 {
	border-bottom: 1px solid #ededed;
}

.bordertop1 {
	border-top: 1px solid #ededed;
}

.border1 {
	border: 1px solid #eee;
}

.tops {
	height: 40px;
	line-height: 40px;
}

.tips_info {
	background: #ff4a48;
	position: absolute;
	top: -3px;
	right: -20px;
	line-height: 15px;
	border-radius: 5px;
	padding: 0 5px;
}

.nav_ul li {
	float: left;
	margin-left: 55px;
}

.nav_ul li a {
	height: 90px;
	display: block;
	line-height: 90px;
}

.nav_sub {
	background: rgba(255, 255, 255, 0.7);
	height: 320px;
	position: absolute;
	top: 93px;
	left: 0;
	width: 100%;
	z-index: 999;
}

.nav_sub_ul {
	width: 1300px;
}

.nav_sub_ul>li {
	float: left;
	margin: 30px 35px 0 0;
}

.banner {
	width: 100%;
	position: relative;
	border-top: 2px solid #ff4a48;
}

.banner .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.banner .bd ul {
	width: 100% !important;
}

.banner .bd li {
	width: 100% !important;
	height: 700px;
	overflow: hidden;
	text-align: center;
}

.banner .bd li a {
	display: block;
}

.banner .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	right: 0;
}

.banner .hd ul {
	text-align: center;
}

.banner .hd ul li {
	cursor: pointer;
	display: inline;
	padding: 7px;
	border-radius: 10px;
	margin-left: 10px;
	background: #fff;
	font-size: 0;
	line-height: 999;
	opacity: 0.7;
}

.banner .hd ul .on {
	padding: 7px 15px;
	opacity: 1;
}

.nav_cur {
	background: url(../images/arr_ora.png) no-repeat center bottom;
}

.gywm1 {
	width: 510px;
}

.more_ora {
	border: 1px solid #ff4a48;
	width: 120px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	transition: all .3s;
}

.more_ora:hover {
	background: #ff4a48;
	color: #fff;
	transition: all .3s;
}

.more_norm {
	border: 1px solid #dcdcdc;
	width: 120px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	transition: all .3s;
}

.more_norm:hover {
	background: #ff4a48;
	border: 1px solid #ff4a48;
	color: #fff;
	transition: all .3s;
}

.gywm2 {
	margin-top: 85px;
}

.gang_white {
	width: 25px;
	border-top: 2px solid #fff;
	margin: 10px auto;
}

.gywm_img {
	margin: 0 auto;
}

.gywm_box {
	width: 200px;
	height: 200px;
	position: relative;
}

.gywm_mask {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
}

.bar_title {
	padding: 75px 0 20px 0;
	background: url(../images/gang.png) no-repeat center bottom;
}

.cp_ul {
	width: 1300px;
	padding: 5px;
}

.cp_ul li {
	width: 585px;
	float: left;
	background: #fff;
	margin-right: 20px;
	box-shadow: 0 0 10px #ddd;
}

.cp_img {
	width: 545px;
	height: 395px;
	background: #fff;
	padding: 20px;
}

.cp_ul2 {
	width: 1300px;
	padding: 5px;
}

.cp_ul2 li {
	width: 385px;
	float: left;
	background: #fff;
	margin-right: 18px;
	box-shadow: 0 0 10px #ddd;
}

.cp_img2 {
	width: 345px;
	height: 250px;
	background: #fff;
	padding: 20px;
}

.zhanhui1 {
	width: 580px;
}

.zhanhui1 a:hover {
	color: #ff4a48;
	transition: all .3s;
}

.zhanhui2 {
	width: 580px;
}

.zhanhui2_ul li {
	padding: 30px 0;
	border-bottom: 1px solid #e9e9e9;
}

.zh1 {
	width: 80px;
	margin-top: -15px;
}

.zh_day {
	font-size: 68px;
	color: #dcdcdc;
}

.zhanhui2 a:hover {
	color: #ff4a48;
	transition: all .3s;
}

.zh_date {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 85px;
	height: 95px;
	text-align: center;
}

.news1 {
	width: 780px;
}

.news1 a:hover {
	color: #ff4a48;
	transition: all .3s;
}

.news1_left {
	border-right: 1px solid #e5e5e5;
	width: 120px;
	padding: 0 40px;
	height: 460px;
}

.shadow {
	box-shadow: 0 0 10px #ddd;
}

.news1_ul li {
	width: 100px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
}

.news1_ul li a {
	display: block;
	text-align: center;
}

.news1_cur {
	border: 1px solid #ff4a48;
	color: #ff4a48;
}

.news1_norm {
	color: #666;
	border: 1px solid #e5e5e5;
}

.news1_right {
	width: 520px;
	margin-left: 40px;
}

.news1_right_ul li {
	padding: 20px 0;
	border-top: 1px solid #eee;
}

.news2 {
	width: 400px;
}

.news2_cont {
	height: 423px;
}

.news2_more {
	position: absolute;
	top: 0;
	right: 0;
}

.news2_bar {
	padding: 10px 17px;
}

.news2_more {
	position: absolute;
	top: 8px;
	right: 10px;
}

.news2_ul li {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}

.xf_over {
	width: 1220px;
}

.xf_item {
	width: 320px;
	padding: 0 40px;
	border-right: 1px solid #ff4a48;
}

.footer {
	height: 185px;
	border-bottom: 1px solid #3b3b3b;
	background: #252525;
}

.f1 {
	padding-top: 40px;
	width: 520px;
}

.f1_nav a {
	color: #a7a7a7;
	margin: 0 20px 0 0;
}

.clr_a7 {
	color: #a7a7a7;
}

.f2 {
	padding-top: 50px;
}

.f2 img {
	margin: 20px 15px 0 0;
	float: left;
}

.f3 {
	padding-top: 50px;
}

.dy_box {
	width: 320px;
	height: 44px;
	border: 1px solid #676767;
}

.ipt_dy {
	padding: 10px;
	background: none;
	width: 280px;
	border: 0;
	position: absolute;
	top: 3px;
	left: 0;
}

.btn_dy {
	position: absolute;
	top: 0;
	right: 0;
	height: 44px;
	width: 44px;
	background: url(../images/send.png) no-repeat center center;
	cursor: pointer;
	border: 0;
}

.copy {
	background: #252525;
	height: 75px;
	line-height: 75px;
}

.bann_cpdb {
	background: url(../images/bann_grzx.jpg) no-repeat center 0;
	height: 350px;
	border-top: 2px solid #ff4a48;
}

.bann_cpfl {
	background: url(../images/bann_cpfl.jpg) no-repeat center 0;
	height: 350px;
	border-top: 2px solid #ff4a48;
}

.bann_cpsp {
	background: url(../images/bann_cpsp.jpg) no-repeat center 0;
	height: 350px;
	border-top: 2px solid #ff4a48;
}

.bann_gsjs {
	background: url(../images/bann_gsjs.jpg) no-repeat center 0;
	height: 350px;
	border-top: 2px solid #ff4a48;
}

.bann_xwdt {
	background: url(../images/bann_xwdt.jpg) no-repeat center 0;
	height: 350px;
	border-top: 2px solid #ff4a48;
}

.bann_zpxx {
	background: url(../images/bann_zpxx.jpg) no-repeat center 0;
	height: 350px;
	border-top: 2px solid #ff4a48;
}

.bann_fwzc {
	background: url(../images/bann_fwzc.jpg) no-repeat center 0;
	height: 350px;
	border-top: 2px solid #ff4a48;
}

.bann_login {
	background: url(../images/dl_bg.jpg) no-repeat center 0;
	height: 689px;
	border-top: 2px solid #ff4a48;
}

.db_tbl th {
	background: #f5f5f5;
	padding: 15px;
	font-weight: normal;
	border: 1px solid #eee;
}

.db_tbl td {
	border: 1px solid #eee;
}

.td1 {
	padding: 15px;
}

.td2 {
	padding: 10px 15px;
}

.db_a {
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 15px auto 0 auto;
}

.favor_a {
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.kong_a {
	width: 160px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #eee;
}

.cp_ul2x {
	width: 1300px;
	padding: 5px;
}

.cp_ul2x li {
	width: 385px;
	float: left;
	background: #fff;
	margin: 20px 18px 0 0;
	box-shadow: 0 0 10px #ddd;
}

.cp_ul2x li p {
	line-height: 24px;
	height: 140px;
}

.filter_item {
	line-height: 40px;
}

.filter1 label {
	cursor: pointer;
	float: left;
	display: block;
	width: 110px;
}

.filter1 label a:hover {
	color: #ff4a48;
}

.tr2 {
	display: none;
	border: 1px solid #eee;
	padding: 0 10px;
}

.search_box {
	border: 1px solid #ff4a48;
}

.ipt_search {
	border: 0;
	padding: 15px;
	width: 1000px;
}

.btn_search {
	background: url(../images/btn_search.png) no-repeat;
	width: 160px;
	height: 50px;
	position: absolute;
	top: -1px;
	right: -1px;
	cursor: pointer;
	border: 0;
}

.chanp_ul {
	width: 1300px;
	padding: 0 0 5px 5px;
}

.chanp_ul li {
	width: 285px;
	box-shadow: 0 0 5px #ddd;
	float: left;
	margin: 16px 16px 0 0;
}

.chanp_pad {
	padding: 15px 10px;
}

.compare_bar {
	border: 1px solid #eee;
}

.compare_bar>a {
	float: left;
	padding: 8px 12px;
	text-align: center;
	border-right: 1px solid #eee;
}

.xj_ls_pager {
	text-align: center;
	padding: 20px 0;
}

.xj_ls_pager a {
	line-height: 30px;
	margin-left: 2px;
	padding: 8px 13px;
}

.page_norm {
	color: #999;
	border: 1px solid #d5d6d7;
}

.page_cur {
	color: #ff4a48;
	border: 1px solid #ff4a48;
}

.fm_login {
	width: 570px;
	margin: 0 auto;
}

.ipt1 {
	width: 550px;
	border: 1px solid #e3e3e3;
	padding: 10px;
}

.ipt2 {
	width: 550px;
	border: 1px solid #e3e3e3;
	padding: 13px 10px;
}

.sele2 {
	width: 572px;
	border: 1px solid #e3e3e3;
	padding: 13px 10px;
}

.text2 {
	width: 550px;
	border: 1px solid #e3e3e3;
	padding: 10px;
	height: 80px;
}

.fk_tbl td {
	padding: 5px;
}

.ipt3 {
	width: 260px;
	border: 1px solid #e3e3e3;
	padding: 5px;
}

.date3 {
	width: 260px;
	border: 1px solid #e3e3e3;
	padding: 5px;
	background: url(../images/date.png) no-repeat 245px center;
}

.text3 {
	width: 619px;
	border: 1px solid #e3e3e3;
	padding: 5px;
	height: 80px;
}

.sele3 {
	width: 272px;
	border: 1px solid #e3e3e3;
	padding: 6px 10px;
}

.submit1 {
	width: 160px;
	height: 45px;
	background: #ff4a48;
	border: 0;
	cursor: pointer;
}

.hezuo_ul {
	width: 1300px;
	padding: 5px;
}

.hezuo_ul li {
	width: 585px;
	float: left;
	margin: 20px 20px 0 0;
	height: 180px;
}

.hezuo_ul img {
	width: 180px;
	height: 135px;
}

.gm_tbl td {
	padding: 5px 10px;
}

.qingdan_box {
	padding: 10px 30px;
}

.qingdan_tbl td {
	padding: 15px 0;
}

.favor_ul {
	width: 1300px;
}

.favor_ul li {
	float: left;
	width: 560px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 80px 0 0;
}

.favor_pad {
	padding: 30px 20px;
}

.dontai_box {
	margin-top: 40px;
}

.dontai_box>div {
	margin-top: 15px;
}

.clr_dc {
	color: #dcdcdc;
}

.line_norm {
	border-top: 1px solid #bfbfbf;
	width: 35px;
}

.line_cur {
	border-top: 1px solid #ff4a48;
	width: 100%;
}

.zhaopin1 {
	width: 780px;
}

.zp_lists>div {
	margin-top: 10px;
}

.zhaopin2 {
	width: 300px;
	margin-left: 30px;
}

.zp {
	border: 1px solid #eee;
	border-radius: 5px;
}

.zp1 {
	height: 60px;
	line-height: 60px;
	border-right: 1px solid #eee;
	width: 230px;
	margin-top: 10px;
}

.zp2 {
	width: 240px;
}

.zp3 {
	height: 60px;
	line-height: 60px;
	margin-top: 10px;
}

.zp4 {
	height: 60px;
	line-height: 60px;
	margin-top: 15px;
}

.zhe_img {
	position: absolute;
	top: 31px;
	right: 0;
}

.fuwu_ul {
	width: 535px;
}

.fw1 {
	height: 75px;
	line-height: 75px;
}

.gr_tbl td {
	padding: 15px 10px;
	border-bottom: 1px solid #eee;
}

.border2 {
	border-top: 2px solid #ff4a48;
}

.xq1 {
	width: 462px;
	height: 462px;
	position: relative;
}

.xq1 .bd ul {
	width: 100% !important;
}

.xq1 .bd li {
	width: 100% !important;
	height: 462px;
	overflow: hidden;
	text-align: center;
}

.xq1 .bd li p {
	position: absolute;
	bottom: 15px;
	left: 20px;
}

.xq1 .hd {
	width: 100%;
	position: absolute;
	z-index: 19;
	top: 5px;
	right: 0;
}

.xq1 .hd ul {
	text-align: center;
}

.xq1 .hd ul li {
	cursor: pointer;
	display: inline;
	padding: 5px;
	border-radius: 5px;
	margin-left: 10px;
	background: #ffe2d9;
	font-size: 0;
	line-height: 999;
}

.xq1 .hd ul .on {
	background: #ff4a48;
}

.big_pad {
	padding: 30px 20px;
}

.xq2 {
	margin-left: 50px;
}

.xq_bar_ul li {
	float: left;
	width: 170px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.gg_tbl td {
	padding: 10px 20px;
}

.guzhang_ul li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}

.btn1 {
	background: #eee;
	width: 100px;
	height: 40px;
	border: 0;
}

.btn_qd {
	background: #ff4a48;
	width: 60px;
	height: 30px;
	border: 0;
}

.btn_qx {
	background: #eee;
	width: 60px;
	height: 30px;
	border: 0;
}

.down_tbl td {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.down_a {
	color: #fff;
	height: 35px;
	line-height: 33px;
	border-radius: 30px;
	background: #ff4a48;
	display: block;
	text-align: center;
	width: 90px;
}

.float {
	position: fixed;
	bottom: 200px;
	right: 0;
}

.float_ul {
	background: #303030;
	width: 54px;
	height: 190px;
}

.img_ct {
	margin: 15px auto;
}

.float_ul li {
	width: 54px;
	height: 54px;
	position: relative;
}

.float_ul li a {
	width: 54px;
	height: 54px;
	border-bottom: 1px solid #535353;
}

.float_ul li a p {
	padding-top: 17px;
}

.float_sub {
	width: 170px;
	background: #ff4a48;
	position: absolute;
	top: 0;
	right: 54px;
}

.jia_img {
	position: fixed;
	right: 15px;
	bottom: 444px;
}

.person_info {
	background: url(../images/center_bg.png) no-repeat;
	width: 161px;
	height: 194px;
	position: absolute;
	top: 30px;
	left: -30px;
}

.person_info p {
	padding-top: 25px;
}

.person_info a:hover {
	color: #ff4a48;
}

.language {
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 9;
	padding: 10px 15px;
	border: 1px solid #eee;
}

.language a:hover {
	color: #ff4a48;
}

.mask_bg {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}

.close_img {
	position: absolute;
	top: 30px;
	right: 30px;
}

.mask_body {
	width: 800px;
	margin: 100px auto;
}

.mask_pad {
	padding: 30px 40px;
}

.zp4_img {
	cursor: pointer;
}

.bshare-custom a {
	margin-right: 12px !important;
	padding-left: 40px !important;
	height: 40px !important;
}

a.bshare-facebook {
	background: url(../images/gzwme1.png) no-repeat !important;
	background-size: 40px !important;
}


a.bshare-twitter {
	background: url(../images/gzwme2.png) no-repeat !important;
	background-size: 40px !important;
}


a.bshare-gplus {
	background: url(../images/gzwme3.png) no-repeat !important;
	background-size: 40px !important;
}

.cn_sharebox img:hover {
	opacity: 0.7;
}